|
Python
manuals. Programming
languages. |
Definition of Python |
Python is a general-purpose high-level programming
language. Its design philosophy emphasizes code readability. Python
claims to combine remarkable power with very clear syntax and its
standard library is large and comprehensive. Its use of indentation as
block delimiters is unusual among popular programming languages.
Python supports multiple programming paradigms (primarily object
oriented, imperative, and functional) and features a fully dynamic type
system and automatic memory management, similar to Perl, Ruby, Scheme,
and Tcl. Like other dynamic languages, Python is often used as a
scripting language.
The language has an open, community-based development model managed by
the non-profit Python Software Foundation, which maintains the de facto
standard definition of the language in CPython, the reference
implementation.
|
|
Manual |
Description |
Online
|
Format / File |
Ads / Size |
|
Python Programming Tutorial |
0001 Lesson 1, Getting Started, 0004 Let's Do Numbers, 0008 Variables and Identifiers, 0012 Strings, Part I, 0016 Writing and Using Scripts, 0020 Program Construction, 0024 Strings, Part II, 0028 Lists, Part I, 0032 Lists, Part II, 0036 Tuples, Index and Slice, 0040 Nested Tuples, 0044 Empty and Single-Item Tuples, 0048 Unpacking Tuples, 0052 Indexing Nested Tuples, 0056 Slicing Nested Tuples, 0060 Indirection, 0064 Getting Started with Dictionaries, 0068 Valid Keys, Key Lists, Iteration, 0072 Using Tuples as Keys, 0076 Nesting, Sorting, Deleting, and Membership Testing Dictionary
Elements |
|
|
|
The What, Why, Who, and Where of Python |
Introduction to Python.
The What, Why, Who, and Where of Python
Learn about Python, the language that wraps itself around a problem to
squeeze out a solution, swallowing it whole.
|
|
|
Zetcode Python Tutorial |
Python is a general-purpose, dynamic, object-oriented programming
language. The design purpose of the Python language emphasizes
programmer productivity and code readability.
Python language - Interactive Python - Lexical structure - Data
types - Strings - Operators - Keywords - Functions - Files -
OOP - Modules
Packages - Exceptions - Iterators & Generators - Introspection
|
|
|
Penzilla
Videos Tutorials and Screencasts
|
48 series video-tutorials about Python.
|
|
|
Boost Python 1.0 Tutorial |
The Boost Python Library is a framework for interfacing Python and C++.
It allows you to quickly and seamlessly expose C++ classes functions and
objects to Python, and vice-versa, using no special tools -- just your
C++ compiler. It is designed to wrap C++ interfaces non-intrusively, so
that you should not have to change the C++ code at all in order to wrap
it, making Boost. Python ideal for exposing 3rd-party libraries to
Python. The library's use of advanced metaprogramming techniques
simplifies its syntax for users, so that wrapping code takes on the look
of a kind of declarative interface definition language (IDL).
|
|
|
Guido Van Rossum Python Tutorial |
Guido Van Rossum Python Tutorial.
|
|
|
|
|
|
|
|
|
Home |
|
|
|
|
|
|
|
|
|
|
|
Manuals.astalaweb.net © 2005
Gabriel Chova Blasco -
All rights reserved
|
|
|
|